var runtime.levelBits
6 uses
runtime (current package)
mpagealloc.go#L176: e := uintptr(1) << levelBits[level]
mpagealloc.go#L543: logEntriesPerBlock := levelBits[l+1]
mpagealloc.go#L731: entriesPerBlock := 1 << levelBits[l]
mpagealloc.go#L736: i <<= levelBits[l]
mpagealloc.go#L824: print("runtime: levelShift[level] = ", levelShift[l], ", levelBits[level] = ", levelBits[l], "\n")
mpagealloc_64bit.go#L33: var levelBits = [summaryLevels]uint{
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |